home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 June
/
ChipCD 6.02.iso
/
test
/
nav
/
NAV
/
SWPlugin.dll
/
HTML
/
SCRIPTMSGCONSTS.JS
< prev
next >
Wrap
Text File
|
2002-05-06
|
1KB
|
43 lines
// ScriptMsgConsts.js
//
// Contents:
// ObjectSink() Constants
//
// Description:
// This file is for the JavaScript code to include. It is a mirror of the
// declarations in ScriptMsgConsts.h, that is used in the C++ code. Two files
// exist because the syntax is different; BE SURE TO KEEP BOTH FILES IN SYNC!
// SM = Script Message
// -------------------
// msg values
var SM_ScanDone = 1;
var SM_OneProblemFixed = 2;
var SM_Abort = 3;
// button state values
var SCAN_Idle = 0;
var START_Scan_OR_Rescan = 1;
var STOP_Scan = 2;
var START_Fix = 3;
var STOP_Fix = 4;
// constants used in script
var MAXIMUM_ProgressBar_Width = 100;
var MAXIMUM_Scanners = 10;
// constants for the scanner index in the list
WIN_Reg_Scan = 0;
PROGRAM_Integrity_Scan = 1;
FREE_Space_Scan = 2;
VIRUS_Definition_Files_Checker = 3;
NAV_Autoprotect_Checker = 4;
NAV_Last_Scan_Checker = 5;
SHORTCUT_Scan = 6;
DISK_Doctor = 7;
REGISTRY_Doctor = 8;
DISK_Fragmentation_Scan = 9;